summaryrefslogtreecommitdiffstats
path: root/libpit/Source/libpit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpit/Source/libpit.h')
-rw-r--r--[-rwxr-xr-x]libpit/Source/libpit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpit/Source/libpit.h b/libpit/Source/libpit.h
index 06917a5..1231cf0 100755..100644
--- a/libpit/Source/libpit.h
+++ b/libpit/Source/libpit.h
@@ -25,6 +25,10 @@
#pragma warning(disable : 4996)
#endif
+#ifndef nullptr
+#define nullptr 0
+#endif
+
// C Standard Library
#include <string.h>
#include <vector>